home *** CD-ROM | disk | FTP | other *** search
- #ifndef _DTJFDLG11_HPP
- #define _DTJFDLG11_HPP
-
- #include "dtjdlg11.hpp"
-
- class METAEXPORTCLASSDEF DTJFileDialog11 : public DTJDialog11
- {
- public:
- DTJFileDialog11( const MetaObject * pMetaObj );
- virtual ~DTJFileDialog11();
-
- virtual void GenerateCode( MMCodeGeneration mmCodeGen,
- ostream& src,
- MMCodeGenerationParms& pGenParms );
- };
-
- // needed for mdreader
- typedef DTJFileDialog11 DTjava__dot__awt__dot__FileDialog__dot__11;
-
- #endif // _DTJFDLG11_HPP
-